home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_54.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  487 b   |  18 lines

  1. on prepareFrame
  2.   global last_cover, nappi_sprite
  3.   MYPreload(label("soho"), label("soho") + 3)
  4.   ClrCursorS()
  5.   mmHelpSign()
  6.   KasiCursor(2)
  7.   KasiCursor(3)
  8.   KasiCursor(4)
  9.   KasiCursor(5)
  10.   set last_cover to the frame
  11.   set the directToStage of member "sml_sun" to 0
  12.   set the member of sprite nappi_sprite to member "nappi"
  13.   set the locV of sprite nappi_sprite to 490
  14.   set the visible of sprite 100 to 1
  15.   set the visible of sprite 101 to 1
  16.   set the visible of sprite 102 to 1
  17. end
  18.